*{
	outline:none;
	box-sizing: border-box;
}
.clearfix
{
	clear:both;
	padding:0px;
	margin:0px;
}
body{
	font-family: open sans;
}
.row {
	margin-left: -14px;
    margin-right: -14px;
}

@media (min-width: 768px){
	.container {
		width: 748px;
	}
}

@media (min-width: 992px){
	.container {
		width: 968px;
	}
}

@media (min-width: 1360px){
	.container {
		width: 1292px;
	}
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 14px;
    padding-right: 14px;
	position:relative;
}
input::-ms-clear{  
	display: none; width : 0; height: 0; 
}

#LiveCSSEditor-panel div {
	float:none;
}


::-webkit-input-placeholder {
	color: #acacac !important;
}
::-moz-placeholder {
	color: #acacac !important;
}
:-ms-input-placeholder {
	color: #acacac !important;
}
:-moz-placeholder {
	color: #acacac !important;
}

*{
	box-sizing: border-box;
}
body,html {
	font-family:'Open Sans';
	padding:0;
	margin:0;
	background-color: #000 !important;
}

.introduction{
	width:100%;
	background-color: #000 !important;
	background-position: center !important;
	background-size: cover;
	padding-bottom: 40px;
	padding-right: 15px;
    padding-left: 15px;
}
.introductionInner{
	max-width: 1170px;
    margin: auto;
	padding-top: 40px;
}
.introductionCenter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 50px;
}
.fortradeLogo {
	
}
.fortradeLogo img{
	display:block;
	/*float:left;*/
	max-width: 200px;
	height: auto;
}
.headerLogoLink{
	display:none !important;
}
.introductionWrap {
    width: 68%;
}
.demoCubeWrap {
	width:360px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.demoCubeInner {
    background: rgba(255,255,255,0.98);
    padding: 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position: relative;
	z-index: 100;
}
.alertText .alertArrow {
    display: none;
    position: absolute;
    left: -80px;
    top: 10px;
    width: 62px;
    height: 126px;
    background-image: url(/wp-content/themes/sogo-child/images/cryto/attentionArrow.png);
}
.introductionContent {
	color:#fff;
}
.introductionText h1, .introductionText h2{
	
}
.introductionText h1 {
	font-size: 43px;
	line-height: 50px;
	margin: 0;
	max-width: 750px;
	margin-top: 10px;
	letter-spacing: -0.6px;
}

.introductionText h2{
	font-size:30px;
	font-weight:normal;
	max-width:600px;
}

.cryptoPricesWrap{
	margin-top:40px;
}
.cryptoPrices {
    display: flex;
    flex-wrap: wrap;
}
.aboutCrypto {
	font-size:20px;
	font-weight:600;
	margin-top:30px;
}
.aboutCrypto span{
	font-weight:900;
	font-size:30px;
	color:#fcd651;
}
.priceInfo {
	/*width:185px;
	margin-right:20px;*/
	
	width: 200px;
	margin-right: 20px;
	border-right: 3px solid #fff;
	padding-right: 20px;
}

.priceInfo strong {
	/*font-weight:300;
	display:block;
	color:#fdda4a;
	font-size:15px;
	margin-bottom:5px;*/
	
	font-weight: 400;
	display: block;
	color: #fff;
	font-size: 20px;
	margin-bottom: 0px;
}
.priceButtonWrap{
	width: 100%;
	position: relative;
	left: 0px;
	top: 9px;
	height: 63px;
}

.priceButtonWrap:before{
	/*z-index:0;
	opacity:0.5;
	display:block;
	position:absolute;
	width:120%;
	height:130%;
	content:'';
	left:-10%;
	bottom:-40%;
	background-image:url('/wp-content/themes/sogo-child/images/cryto/bgBlur.png');
	background-size:100% 100%;*/
}
.priceButton{
	/*background:rgba(236,195,26,0.6);
	width:100%;
	text-align:center;
	font-weight:700;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	z-index:1;
	text-decoration:none;
	line-height:70px;
	font-size:30px;
	display:block;
	color:#000;
	position:relative;
	z-index:10;
	transition:all ease 0.5s;*/
	
	width: 100%;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	z-index: 1;
	text-decoration: none;
	font-size: 42px;
	color: #fcd651;
	transition: all ease 0.5s;
}
.up .buyPriceButton, .stable .buyPriceButton, .down .sellPriceButton {
	background:rgba(236,195,26,1);
}

.priceButton:after{
	/*z-index:2;
	opacity:0.5;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	left:0;
	top:0;  background:url('/wp-content/themes/sogo-child/images/cryto/shine.png');*/
}
.priceButton span{
	position:relative;
	display:block;
	z-index:10;
}

@-webkit-keyframes bgShine {
	0%   {opacity: 0.5;}
	50%  {opacity: 1;}
	100%  {opacity: 1;}
}

@keyframes bgShine {
	0%   {opacity: 0.5;}
	50%  {opacity: 1;}
	100%  {opacity: 1;}
}
.buyPriceButton:after,.sellPriceButton:after{
	transition: opacity 0,5s ease;
}

.up .buyPriceButton:after, .stable .buyPriceButton:after{
	-webkit-animation: bgShine 0.5s;
	-webkit-animation-iteration-count: 1;
	animation: bgShine 0.5s;
	animation-iteration-count: 1;
	opacity:1;
}

.down .sellPriceButton:after{
	-webkit-animation: bgShine 0.5s;
	-webkit-animation-iteration-count: 1;
	animation: bgShine 0.5s;
	animation-iteration-count: 1;
	opacity:1;
}


.dailyPercentage{
	width:186px;
	display:block;
}
.dailyPercentage strong{
	/*display:block;
	float:left;
	text-align:center;
	font-weight:300;
	font-size:15px;*/
	
	display: block;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	margin-bottom: 12px;
}
.dailyPercentage span{
	/*font-size:31px;
	font-weight:900;
	display:block;
	float:left;*/
	
	font-size: 35px;
	font-weight: 900;
	display: block;
	float: left;
	color: #2196f3;
	line-height: 1.71;
}

.dailyPercentage span:before{
	vertical-align:baseline;
	content:'';
	display:inline-block;
	line-height:35px;
	margin-right:5px;
	width:26px;
	height:30px;
	background-repeat:no-repeat;
	background-position:bottom;
}
.percentDown span:before{
	background-image:url('/wp-content/themes/sogo-child/images/cryto/arrowDown.png');
}

.percentUp span:before{
	background-image:url('/wp-content/themes/sogo-child/images/cryto/arrowUp.png');
}

.updateTime {
	/*width:100%;
	font-size:11px;
	color:#a8a8a8;
	margin-top:10px;*/
	
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}

.buyPriceButton:hover, .sellPriceButton:hover{
	background: rgba(236, 195, 26, 1);
}
.buyPriceButton:hover:after, .sellPriceButton:hover:after{
	opacity:1 !important;
}

.cubeSlogan{
	font-size:24px;
	font-weight:700;
	letter-spacing:-0.8px;
	line-height:30px;
	margin-top:10px;
}

input{
	outline:0;
}

.explainMessage {
	display:none;
}

.lcFieldWrapper {
	width:100%;
}

.LcWidget-LandingPageNsdAccountWidget, .LcWidget-QuickRegistrationWidget {
	margin-top:20px;
}

.lcFieldWrapper label{
	width:100%;
	display:block;
	font-size:13px;
	font-weight:400;
	margin-bottom:5px;
}

.demoCubeWrap input[type="text"],
.demoCubeWrap input[type="email"],
.demoCubeWrap input[type="number"] {
	border:1px solid #989896;
	height:35px;
	line-height:35px;
	padding:0 10px;
	display:block;
	width:100%;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	display: none;
}
.errorFieldLc {
	border-color:#b5070c !important;
}
input.errorFieldLc::-webkit-input-placeholder{
	color:#a5a5a5 !important;
}
input.errorFieldLc::-moz-placeholder{
	color:#a5a5a5 !important;
}
input.errorFieldLc:-ms-input-placeholder{
	color:#a5a5a5 !important;
}


.demoCubeWrap .lcFieldWrapper{
	position:relative;
	float: none;
    margin-bottom: 10px;
}
/*.formFeedbackIcon{
	position:absolute;
	width:20px;
	right:7px;
	top:22px;
	z-index:10;
	font-style:normal;
}
.formFeedbackIcon:before{
	font-family: 'analysisIcon' !important;
	font-size:11px;
	width:20px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	background-size:8px !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}

.formFeedbackIcon.inValidIco{
	cursor:pointer;
}

.formFeedbackIcon.inValidIco:before{
	color:#ff7176;
	content:'';
	font-size:20px;
	background:url('/wp-content/themes/sogo-child/images/cryto/cross.png');
}
.formFeedbackIcon.ValidIco:before{
	color:#1dc2fe;
	content:'';
	background:url('/wp-content/themes/sogo-child/images/cryto/check.png');
}

.errorValidation {
	width:100%;
	font-size:12px;
	line-height:14px;
	margin-top:5px;
	color:#fff;
	position:absolute;
	z-index:50;
	top:52px;
	background-color:#b4050a;
	padding:8px;
	display:none;
}
.errorValidation:before {
	content:'';
	width:10px;
	height:10px;
	background-color:#ff7176;
	display:block;
	position:absolute;
	right:12px;;
	top:-3px;
	transform: rotate(45deg);
}

.formFeedbackIcon.inValidIco:hover + .errorValidation{
	display:block !important;
}*/
input[name="PhoneAreaCode"]{
	display:none !important;
}

.ClField-FullName, .ClField-Email, .ClField-Phone {
	margin-bottom:10px;
}

.phoneWrapper input[name="PhoneCountryCode"]{
	width:20%;
	margin-right:5%;
	float:left;
}
.phoneWrapper input[name="Phone"]{
	width:75%;
}
.phoneWrapper {
    float: none;
}
.demoCubeWrap .ClField-UserExistLabel.lcFieldWrapper {
    position: absolute;
    background: transparent;
	padding-right: 0px;
	top: 76%;
}
.demoCubeWrap .ClField-UserExistLabel.lcFieldWrapper label {
    padding: 15px;
    border-radius: 5px;
}
.demoCubeWrap .ClField-UserExistLabel.lcFieldWrapper label {
    background: #2193FF;
}
.ClField-UserExistLabel div {
    float: none;
}
.Send-Submit, .SendTermsAgreementAsic-Submit{
	transition: ease background 0.3s;
	display:block;
	/*float:left;*/
	width:100%;
	line-height:60px;
	height:60px;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border:0;
	padding:0;
	cursor:pointer;
	/*background:#ebc318;*/
	background:#2196f3;
	/*color:#000000;*/
	color:#fff;
	font-weight:700;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0 15px 0;
}
.Send-Submit:hover, .SendTermsAgreementAsic-Submit:hover {
	/*background: #ffe30d;*/
	background: #1176c7;
}

.ftCheckbox {
	position: absolute;
	opacity: 0;
}
.ftCheckbox + span {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
}
.ftCheckbox + span {
	position: relative;
	cursor: pointer;
	line-height: 14px;
	vertical-align: middle;
	display: block;
	padding: 4px 0 4px 26px;
}
.ftCheckbox + span:before {
	content: '';
	margin-right: 7px;
	display: inline-block;
	vertical-align: text-top;
	width: 18px;
	height: 18px;
	background: white;
	border: 1px solid #e1e1e1;
	position: absolute;
	left: 0;
	top: 0;
}
.ftCheckbox:checked + span:before {
	background: #fff;
}
.ftCheckbox:disabled + span {
	color: #b8b8b8;
	cursor: auto;
}
.ftCheckbox:disabled + span:before {
	box-shadow: none;
	background: #ddd;
}
.ftCheckbox:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 6px;
	background: white;
	width: 3px;
	height: 3px;
	box-shadow: 2px 0 0 #68717e, 4px 0 0 #68717e, 6px 0 0 #68717e, 6px -2px 0 #68717e, 6px -4px 0 #68717e, 6px -6px 0 #68717e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ftCheckbox:checked:hover + span:after {
	/*box-shadow: 2px 0 0 #ebc318, 4px 0 0 #ebc318, 6px 0 0 #ebc318, 6px -2px 0 #ebc318, 6px -4px 0 #ebc318, 6px -6px 0 #ebc318;*/
	
	box-shadow: 2px 0 0 #2196f3, 4px 0 0 #2196f3, 6px 0 0 #2196f3, 6px -2px 0 #2196f3, 6px -4px 0 #2196f3, 6px -6px 0 #2196f3;
}

.loaderAnimatedLc {
	position:relative;
}
.loaderAnimatedLc:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background:url('/wp-content/themes/sogo-child/images/cryto/loading.gif') rgba(255,255,255,0.8);
	background-repeat:no-repeat;
	background-position:center;
	z-index:100;
	min-height:316px;
}

.footer{
	background:#252525;
	color:#bebebe;
	font-size:12px;
	padding-top: 30px;
}
.footer a{
	color:#c8c8c8
}
.footerLogos, .riskWarning, .ownedText{
	float:none;
	width:100%;
	max-width:1170px;
	margin:auto;
	text-align:center;
}

.footerLogos a {
	margin:10px 10px;
	display:inline-block;
}
.riskWarning {
	padding-bottom:20px;
}
.alertText {
	display: none;
}

.alertText {
	position:absolute;
	top:-45px;
	color:#ecc31a;
	left:0;
	font-size:24px;
	display: none;
}
.alertText span{
	font-weight: 700;
}

.alertText .alertArrow{
	display: none;
	position:absolute;
	left:-80px;
	top:10px;
	width:62px;
	height:126px;
	background-image:url('/wp-content/themes/sogo-child/images/cryto/attentionArrow.png');
}
.overlay {
	position:fixed;
	background:rgba(0,0,0,0.9);
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:50;
	display: none;
}
div.BlockUiWrapper{
	position:absolute !important;
	width:100%;
	height:100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:rgba(255,255,255,0.95);
	z-index:120;
	left:0;
	top:0;
}
div.BlockUiWrapper label[name=BlockUiMessage] img{
	display:none !important;
}
div.BlockUiWrapper label[name=BlockUiMessage], div.BlockUiWrapper label[name=BlockUiMessage] div{
	text-align:center;
	display:block;
	width:100%;
	float:left;
}

div.BlockUiWrapper label[name=BlockUiMessage] .blockUiCover{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.BlockUiWrapper label[name=BlockUiMessage] .blockUiCoverInner:before{
	content:'';
	background:url('/wp-content/themes/sogo-child/images/cryto/loading.gif');

	width:30px;
	height:30px;
	display:inline-block;
}
.mobileImg {
		display:none;
	}
	
/*Reviewes*/
.introductionReviews{
	display: flex;
    flex-wrap: wrap;
	align-items: normal;
    justify-content: space-between;
    padding-right: 30px;
    margin-top: 15px;
	margin-bottom: 32px;
}
.introductionReview{
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 15px;
	width: 32%;
	align-items: normal;
    justify-content: flex-end;
}
.reviewTitle{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #3F4756;
	margin-bottom: auto;
}
.reviewStars{
	margin-top: 10px;
	margin-bottom: 10px;
}
.reviewUserName{
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #3F4756;
	margin-bottom: 8px;
}
.reviewTextWrapper {
    display: flex;
    
    position: relative;
    overflow: auto;
}
.reviewText{
	font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #3F4756;
    overflow: auto;
    width: calc(100% + 25px);
    padding-right: 18px;
height: 78px;
}
.btnWrapper {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
}
.introductionReview button{
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99995 10.5C7.56245 10.5 7.12495 10.3313 6.7937 10L2.7187 5.925C2.53745 5.74375 2.53745 5.44375 2.7187 5.2625C2.89995 5.08125 3.19995 5.08125 3.3812 5.2625L7.4562 9.3375C7.7562 9.6375 8.2437 9.6375 8.5437 9.3375L12.6187 5.2625C12.8 5.08125 13.1 5.08125 13.2812 5.2625C13.4625 5.44375 13.4625 5.74375 13.2812 5.925L9.2062 10C8.87495 10.3313 8.43745 10.5 7.99995 10.5Z' fill='%232193FF'/%3E%3C/svg%3E%0A");
	background-color: #E3EBFE;
    border-radius: 8px;
    width: 23px;
    height: 23px;
    border: 1px solid #E3EBFE;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
button.btnUp {
    transform: rotate(180deg);
}
button.btnUp.scrollStarts, button.btnDown.scrollEnds {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99995 10.5C7.56245 10.5 7.12495 10.3313 6.7937 10L2.7187 5.925C2.53745 5.74375 2.53745 5.44375 2.7187 5.2625C2.89995 5.08125 3.19995 5.08125 3.3812 5.2625L7.4562 9.3375C7.7562 9.6375 8.2437 9.6375 8.5437 9.3375L12.6187 5.2625C12.8 5.08125 13.1 5.08125 13.2812 5.2625C13.4625 5.44375 13.4625 5.74375 13.2812 5.925L9.2062 10C8.87495 10.3313 8.43745 10.5 7.99995 10.5Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
/*End of Reviewes*/

.esLangOnly, .es_Class .footerRiskDisclaimer .cysecClass .frdLink {
	display: none;
}

.es_Class .footerRiskDisclaimer .cysecClass .frdLink.esLangOnly {
	display: inline-block;
}

@media (max-width:1200px){
	.introductionWrap {
		width: 61%;
	}
}
@media (max-width:1100px){
	.introduction {
		/*height:750px;*/
	}
	.introductionText h1 {
		font-size:32px;
		line-height:40px;
		margin-top:30px;
		max-width:520px;
	}
	.introductionText h2{
		font-size:24px;
		font-weight:300;
		line-height:24px;
		max-width:520px;
	}
	.aboutCrypto{
		max-width:440px;
		font-size:16px;
	}
	.aboutCrypto span{
		font-size:20px;
	}

	.priceInfo {
		width:135px;
	}
	.priceButton{
		font-size:28px;
		line-height:60px;
	}
	.priceInfo strong {
		font-size: 16px;
	}
	.dailyPercentage{
		width:160px;
	}
	.dailyPercentage span{
		font-size:28px;
	}
	.dailyPercentage strong {
		font-size: 16px;
	}
}
@media (max-width:991px){
.introductionWrap {
    width: 54%;
}
.introductionReview {
	width: 100%;
	margin-bottom: 15px;
}

}
@media (max-width:880px){
	.introductionWrap {
		max-width: 480px;
		margin: 0px auto;
		float: none;
		order: 1;
		width: 100%;
	}
	.introduction{
		height:auto;
		background-position:top center !important;
		/*background-image:url('/wp-content/themes/sogo-child/images/cryto/mobileBg.jpg') !important;*/
		background-image:none !important;
		padding-bottom: 0px;
	}
	.introductionInner {
    padding-top: 0px;
}
	.introductionCenter{
		padding:0 20px;
		margin-top:20px;
		text-align:center;
	}
	.demoCubeWrap {
		position:relative;
	}

	.alertText{
		width: 100%;
	}
	.alertArrow{
		display: none !important;
	}
	.fortradeLogo{
		text-align:center;
		margin: 20px auto;
	}
	.fortradeLogo img{
		float:none;
		display:inline-block;
	}
	.introductionContent {
		margin-top:0px;
		text-align:center;
	}
	.introductionText h1, .introductionText h2{
		float:none;
		margin:auto;
		display:inline-block;
		text-align:left;
	}
	.introductionText h1{
		margin:15px 0;
		line-height:30px;
		font-size:27px;
	}
	.cryptoPrices {
		width:100%;
		overflow: hidden;
	}
	.cryptoPricesWrap{
		display:inline-block;
		float:none;
		max-width:480px;
		margin-top:20px;
	}
	.priceInfo{
		width:47%;
		margin-right:6%;
		text-align: left;
	}
	.priceButton {
		font-size: 35px;
		line-height: normal;
		text-align: left;
	}
	.priceButtonWrap {
		height: auto;
	}
	.buyInfo{
		margin-right:0;
		border-right: none;
	}
	.dailyPercentage {
		display:inline-block;
		float:none;
		width:100%;
		text-align:center;
		margin-top:30px;
	}
	.dailyPercentage span, .dailyPercentage strong{
		font-size: 16px !important;
		line-height: 20px;
		font-weight: 600;
		display: block;
		float: none;
		text-align: left;
	}
	.dailyPercentage span:before{
		margin-right: 10px;
	}
	.dailyPercentage span{
		margin-left:5px;
		font-size: 35px !important;
	}
	.updateTime{
		margin-top:2px;
		text-align: left;
	}
	.aboutCrypto{
		float: none;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 20px;
		text-align: left;
		max-width: 480px;
	}
	.demoCubeWrap{
		width:100%;
		max-width:480px;
		margin-bottom:0px;
		margin: auto;
	}
	.phoneWrapper{
		width:100%;
	}
	.LcWidget-LandingPageNsdAccountWidget, .LcWidget-QuickRegistrationWidget{
		text-align:left;
		margin-top:10px;
	}
	.cubeSlogan{
		margin-top:-5px;
		line-height:24px;
		font-size:22px;
	}
	.mobileImg {
		float: none;
		display:block;
	}
	.mobileImg img {
		width: 100%;
		position: relative;
		top: 5px;
		height: auto;
	}

	.introductionReviews {
		text-align: left;
		padding-right: 0px;
	}
	.reviewText {
		height: auto;
		text-align: left;
	}
	.btnWrapper {
		display: none;
	}
	.footer {
    padding: 30px 15px 50px;
}
}
@media (max-width:480px){
	.alertText {
		font-size: 18px;
	}
	.cubeSlogan{
		font-size: 18px;
	}
	.priceButton {
		font-size: 30px;
	}
	.dailyPercentage span {
		font-size: 30px !important;
	}
	.dailyPercentage span::before {
		width: 20px;
		height: 24px;
		background-size: cover;
	}
}
@media (max-width:350px){
	.priceButton {
		font-size: 24px;
	}
	.dailyPercentage span {
		font-size: 24px !important;
	}
	.dailyPercentage span::before {
		width: 16px;
		height: 18px;
		background-size: cover;
	}
}

/*BLOCK USER BY COUNTRY*/
.popUpBlockCountryWrapper {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);

    z-index: 999999;
}

.popUpBlockCountryIneerWrapper {
    position: fixed;
    top: 20%;
    left: 0;
    background-color: #fff;
    padding: 20px;
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
    border-top: 3px solid #5aa0e7;
    display: block;
    z-index: 103;
}
.popUpBlockCountryIneerWrapper .bodyBlockCountry {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    line-height: 23px;
}

.popUpBlockCountryIneerWrapper .xButtonBlockCountry input {
    background-color: transparent;
    border: none;
}

.popUpBlockCountryIneerWrapper .xButtonBlockCountry {
    font-weight: 400;
    float: right !important;
    margin-right: -15px;
    margin-top: -15px;
    cursor: pointer;
    color: #4da5ff !important;
    font-size: 25px;
}

.blockCountryBtn input {

    text-align: center;
    line-height: 36px;
    height: 36px;
    font-size: 20px;
    background-color: #5aa0e7;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    outline: none;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}
@media (min-width: 768px) {
.popUpBlockCountryIneerWrapper {
	left: 50%;
	margin-left: -240px;
	width: 380px;
	max-width: 100%;
	height: 260px !important;
}
}
/*END OF BLOCK USER BY COUNTRY*/